home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / evt / evtedit.py next >
Text File  |  1995-03-10  |  138b  |  7 lines

  1. f = Function(void, 'SystemClick',
  2.     (EventRecord_ptr, 'theEvent', InMode),
  3.     (WindowPtr, 'theWindow', InMode),
  4. )
  5. functions.append(f)
  6.  
  7.